release 0.1.34, update NEWS
authorØyvind Kolås <pippin@gimp.org>
Fri, 6 Oct 2017 13:15:57 +0000 (15:15 +0200)
committerØyvind Kolås <pippin@gimp.org>
Fri, 6 Oct 2017 13:15:57 +0000 (15:15 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 7c62bf3b888ea1d0206f57c8ff9255b20d9e03a8..c50a4eff7077441f1526a265a8c615f344dbf5f8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ the news section both in the README and the webpage.
 
 
                                                                           -->
+2017-10-06 babl-0.1.34                                              </dt><dd>
+Brown paper bag release, Fix indexed / custom primaries conflict, and re-export
+a symbol used by old GEGL/GIMPs.
+                                                                    </dd><dt>
 2017-10-03 babl-0.1.32                                              </dt><dd>
 Added custom primaries and TRC support through ICC parsing, improved
 float<->half performance, rewrite of all conversions functions to adhere to new
index 4f302b8ac35daceea5a8683a34a9f1d702eedd7a..dda45b1fc8ad6885da6b3cac84443617115938ba 100644 (file)
@@ -14,7 +14,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], [0])
 m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [33])
+m4_define([babl_micro_version], [34])
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])